GPC

Section: GNU Tools (1)
Updated:
Index Return to Main Contents
 

NAME

gpc - GNU project Pascal Compiler  

SYNOPSIS

gpc [ option | filename ]...  

DESCRIPTION

This man page does not contain much information about GNU Pascal because the unstructured man page format is not well suited for documenting a large program such a GNU Pascal. You can find the relevant information in the GNU Pascal Manual which is avilable in Texinfo format and formats produced from it, such as HTML, Info and DVI. To view the Info documentation, please run `info -f gpc' or open the info file `gpc.info' in your favourite info reader.

Up to date versions of the manual in various formats as well as the compiler itself can always be found on the WWW at http://home.pages.de/~GNU-Pascal/.  

FILES

file.pas               Pascal source file

file.p         Pascal source file

file.pp                Pascal source file

file.dpr               Pascal source file

file.c         C source file

file.s         assembly language file

file.o         object file

file.gpi               GNU Pascal Interface File

file.gpm               GNU Pascal Module Description File

a.out          linked executable

TMPDIR/cc*     temporary files

LIBDIR/gpcpp   preprocessor

LIBDIR/gpc1    compiler

LIBDIR/collect linker front end needed on some machines

LIBDIR/libgcc.a        GCC subroutine library

LIBDIR/libgpc.a        GPC Run Time Library

/lib/crt[01n].o        start-up routine

LIBDIR is usually /usr/local/lib/machine/version.
TMPDIR comes from the environment variable TMPDIR (default /usr/tmp if available, else /tmp).  

SEE ALSO

gcc(1), cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1).
`gpc', `gcc', `cpp', `as', `ld', and `gdb' entries in info.
The GNU Pascal Manual, Jan-Jaap van der Heijden, Peter Gerwinski, Frank Heckenbach; Using and Porting GNU CC, Richard M. Stallman; The C Preprocessor, Richard M. Stallman; Debugging with GDB: the GNU Source-Level Debugger, Richard M. Stallman and Roland H. Pesch; Using as: the GNU Assembler, Dean Elsner, Jay Fenlason & friends; gld: the GNU linker, Steve Chamberlain and Roland Pesch.

 

BUGS

For instructions on how to report bugs, see the GNU Pascal manual.

 

COPYING

Copyright (c) 1997-2001 Free Software Foundation, Inc.

Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.  

AUTHORS

See the GNU Pascal Manual for the contributors to GNU Pascal.


 

Index

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO
BUGS
COPYING
AUTHORS

This document was created by man2html, using the manual pages.
Time: 02:58:51 GMT, October 16, 2024